(set-input-method): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 12 Feb 2001 18:49:33 +0000 (18:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 12 Feb 2001 18:49:33 +0000 (18:49 +0000)
lisp/international/mule-cmds.el

index 728d45440baf571660280020dc5b6a58a70ca0ef..f7f104283543aebf7c7d3cf7402ec2f4a5d4dd7e 100644 (file)
@@ -1079,7 +1079,9 @@ If INPUT-METHOD is nil, deactivate any current input method."
 
 (defun set-input-method (input-method)
   "Select and activate input method INPUT-METHOD for the current buffer.
-This also sets the default input method to the one you specify."
+This also sets the default input method to the one you specify.
+To deactivate the input method interactively, use \\[toggle-input-method].
+To deactivate it programmatically, use \\[inactivate-input-method]."
   (interactive
    (let* ((default (or (car input-method-history) default-input-method)))
      (list (read-input-method-name